(SET #copy-help "The respective files will copied to your HD.")
(SET #choose-lang "Please choose your prefered language for the documentation !")
(SET #choose-lang-help "The documentation and OnLine-Help are existing in different languages - choose the one you understand best")
(SET #choose-pver "Please choose the programversion to be installed !\n The versions marked with an * are only available for registered users !")
(SET #choose-pver-help "This depends on your computerhardware (processor/mathcopro.) !")
(SET #choose-icon "Please choose the the icon you want to install\n The 4 colour version is made for standart wb-colors and the 8 colour version is made for magic-wb !")
(SET #choose-icon-help "If your wb-screen has more than 4 colours than choose the 8 colour version.\n This one looks nicer.")
(SET #exit-messy "\n\nSFX could successfuly installed.\nPlease read the guide, to learn how to work with the program.\n")
(SET #copy-help "Die entsprechenden Dateien werden gerade auf ihre Festplatte kopiert.")
(SET #choose-lang "Bitte wählen Sie Ihre bevorzugte Sprache für die Dokumentation aus !")
(SET #choose-lang-help "Die Dokumentation und OnLine-Hilfe existiert in mehreren Sprachen - wählen Sie die Sprache aus, die Sie am besten verstehen")
(SET #choose-pver "Bitte wählen Sie die zu installierende Programmversion aus !\n Die Versionen die mit einem * markiert sind, sind nur für registrierte Benutzer erhältlich !")
(SET #choose-pver-help "Die Version ist von Ihrer verwendeten Computerhardware (Prozessor/MatheCo.) abhängig !")
(SET #choose-icon "Bitte wählen Sie das Icon aus, das Sie installieren möchten !\n Die 4-farbige Variante ist für die Standart-WB und die 8-farbige für MagicWB !")
(SET #choose-icon-help "Wenn Sie mehr als 4 Farben auf der WB haben, dann wählen Sie die 8-farbige Version.\n Diese sieht schöner aus.")
(SET #exit-messy "\n\nSFX konnte erfolgreich installiert werden.\nBitte lesen Sie das Guide, um zu erfahren wie das Programm bedient wird.\n")
))
; check kick version ----------------------------------------------------------------------------------------
(if (< (/ (getversion) 65536) 37)
(abort #bad-kick)
)
; los geht`s ------------------------------------------------------------------------------------------------
(MESSAGE #welcome-messy)
(COMPLETE 0)
(SET @default-dest
(ASKDIR
(PROMPT #choose-dest)
(HELP #choose-dest-help)
(DEFAULT @default-dest)
)
)
(MESSAGE #dest-require)
; falls nicht vorhanden, Verzeichnis anlegen ----------------------------------------------------------------